home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / forms.hlp < prev    next >
Encoding:
Text File  |  1989-06-04  |  4.4 KB  |  85 lines

  1. Most of DAN's operating parameters can be set via a form.  Within a
  2. form the following keys are usually available:
  3.  
  4. TO SELECT A FIELD
  5. -----------------
  6.   cursor Up,Down    Move up or down one field.  Both keys wrap around
  7.                     to the first or last fields.  Active field will be
  8.                     highlighted.
  9.   Ctrl-cursor Right Move to field to the right of the current field.
  10.   Ctrl-cursor Left  Move to field to the left of the current field.
  11.   Ctrl-Home         Move to first field on current form.
  12.   Ctrl-End          Move to last field on current form.
  13.  
  14. MOVEMENT WITHIN A FIELD
  15. -----------------------
  16.   cursor Right,Left Move one character to the right or left.
  17.   Home              Move to first character of field
  18.   End               Move to character at end of field
  19. +
  20. MODIFYING FIELD VALUES
  21. ----------------------
  22.   Normally, you type in a new value and hit `Enter' to indicate you
  23.   are done modifying the field value.  However, you can also use the
  24.   following keys:
  25.   Ins               Toggles between insert and overtype mode.  Insert
  26.                     mode is indicated by  a highlighted `insert' in the
  27.                     upper right corner of the screen.  Insert mode causes
  28.                     characters to be inserted in the field to the left of
  29.                     the current cursor position.  Overtype mode causes
  30.                     typed characters to replace the character under the
  31.                     cursor.
  32.   Del               Deletes the character under the cursor.
  33.   BkSp              Deletes the character to the left of the cursor.
  34.   F5                Resets the current field to 0 for numeric fields
  35.                     or blanks for text fields.
  36.   F7, F8            Decrement (F7) or increment (F8) the field value by
  37.                     1 for numeric fields, or move backward or forward
  38.                     through the possible choices for a CHOICE field.
  39. +
  40. MODIFYING FIELD VALUES
  41. ----------------------
  42.   F9                Toggle YES/NO fields.  That is, convert a YES value
  43.                     to NO and convert a NO value to YES.  YES/NO fields
  44.                     are indicated by a `?' character in the field label.
  45.   F10               Display possible choices for a CHOICE field.  Use
  46.                     the cursor keys to highlight the desired choice and
  47.                     hit either `F10' or `Enter' to select that choice.
  48.                     Alternatively, type several leading characters from
  49.                     the name (enough to uniquely identify the choice), and
  50.                     then hit `Enter'.  Usually, just the first character
  51.                     of the choice name is sufficient to select that value.
  52. +
  53. TERMINATING FIELD MODIFICATIONS
  54. -------------------------------
  55.   Enter             Truncates all characters to the right of the cursor
  56.                     position and enters the new value.
  57.   cursor Up, Down   Leaves characters to the right of the cursor position
  58.                     alone and moves to the next field up or down from
  59.                     the current field.  Use this method when you want to
  60.                     keep most of the existing field characters; for
  61.                     example, when only the second character in a 20
  62.                     character field needs to be changed.
  63.   F4                Acts like `Enter' but causes some function to be
  64.                     executed.  For instance, on the File form this
  65.                     key indicates that all fields on the form are set up
  66.                     and the specified algorithm is to be loaded.  In other
  67.                     cases (e.g. Plot Controls form) the algorithm is
  68.                     executed.  See the function key definitions at the
  69.                     bottom of the form.
  70.   Esc               Cancels modifications to the current field and
  71.                     restores the previous, unmodified value.
  72. +
  73. EXIT THE FORM
  74. -------------
  75.   Esc               If the current field has not been modified then the
  76.                     Escape key closes the form.
  77.  
  78. MISCELLANEOUS
  79. -------------
  80.   F1                Display help information for the highlighted field.
  81.   Shift-F2          Allows direct access to another form without having
  82.                     to exit the current form (this key also works in
  83.                     the Editor).  Use `F10' to see your choices, or type
  84.                     the first few letters of the form name.
  85.